home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / CHAND.RDR < prev    next >
Text File  |  1994-05-24  |  1KB  |  35 lines

  1. * Chandelier - If POV aborts because it cannot open a file, change the
  2. *   #include lines below to point to POV's directory.
  3.  
  4. global
  5.     sky none
  6.     floor tiles
  7.  
  8. insert before_textures begin_insert
  9. #include "\povray\include\colors.inc"
  10. #include "\povray\include\textures.inc"
  11. #include "rshapes.inc"
  12. end_insert
  13.  
  14. texture 52 external_pigment BrightGold finish metallic
  15. texture 40 finish luminous
  16.  
  17. block ELLIPS external Ellipsoid
  18. block ELLIPS_1 external Ellipsoid_1
  19. block CUBE   external Cube
  20. block LIGHT  external Light
  21. block DISK_X external Disk_X
  22. block DISK_Y external Disk_Y
  23. block DISK_Z external Disk_Z
  24. block CONE_X external Cone_X
  25. block CONE_Y external Cone_Y
  26. block CONE_Z external Cone_Z
  27. block HBEAM  external Hbeam
  28. block WEDGE  external Wedge
  29. block ELBOW1  external Elbow1   bounded_by -0.15 -0.05 -0.11 1.05 1.15 0.11
  30. block ELBOW05  external Elbow05 bounded_by -0.075 -0.025 -0.06 1.025 1.075 0.06
  31.  
  32. layer raftx layer_texture as_follows Rosewood translate<-10,50,0> end_as_follows
  33. layer rafty layer_texture as_follows Rosewood translate<40,0,0> end_as_follows
  34. layer ceil  layer_texture finish  matte
  35.